Attachment Constructor (String, Byte) |
Initializes a new instance of the Attachment class based on the supplied byte array.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Attachment(
string fileName,
byte[] buffer
)
Public Sub New (
fileName As String,
buffer As Byte()
)
Parameters
- fileName
- Type: SystemString
Attachment file name. - buffer
- Type: SystemByte
A byte array.
See Also